diff options
Diffstat (limited to 'cpp/docs/api/Makefile.am')
-rw-r--r-- | cpp/docs/api/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/docs/api/Makefile.am b/cpp/docs/api/Makefile.am index 121c263a12..bde8b5fa3d 100644 --- a/cpp/docs/api/Makefile.am +++ b/cpp/docs/api/Makefile.am @@ -15,4 +15,4 @@ html.timestamp: touch $@ clean-local: - rm -rf html html-dev + rm -rf html html-dev html.timestamp |