Skip to content

Commit

Permalink
regexp fix man page: hyphen vs. minus
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Nov 4, 2012
1 parent cb0ddf1 commit 403a61e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Expand Up @@ -16,4 +16,6 @@ dox: stamp-doxygen

stamp-doxygen: src/ltc.h doc/mainpage.dox Doxyfile
$(DOXYGEN) Doxyfile
# fix doxygen man-page
sed -i 's/\([( ]\)-\([0-9][0-9d) ]\)/\1\\-\2/g' doc/man/man3/ltc.h.3
touch stamp-doxygen

0 comments on commit 403a61e

Please sign in to comment.