diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8502682ca0..5d7dd0a81c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,3 +19,6 @@ dist-rpm: dist cp tor-$(VERSION).tar.gz /tmp/tor-rpm-build/SOURCES rpmbuild -ba --define '_topdir /tmp/tor-rpm-build' contrib/tor.spec mv /tmp/tor-rpm-build/*RPMS/* . + +doxygen: + doxygen && cd doc/doxygen/latex && make
\ No newline at end of file |