diff options
author | Christian Pointner <equinox@helsinki.at> | 2009-12-19 16:20:01 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2009-12-19 16:20:01 (GMT) |
commit | d3ffc8927ec89893fee9671c1aa1398847035b54 (patch) | |
tree | a2a547f74229005538383dd4a67ae62a4546d76d /doc/Makefile | |
parent | 3f70847018870884d611fa86a1d9643c7e2a9816 (diff) |
fixed manpage problem
added install examples target
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index e150ef2..f13f4ab 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -33,4 +33,7 @@ rhdropbox.8: rhdropbox.8.txt manpage: rhdropbox.8 clean: - rm -f rhdropbox.8 rhdropbox.8.xml + rm -f rhdropbox.8.xml + +realclean: + rm -f rhdropbox.8
\ No newline at end of file |