Commit 311695e2 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Finish applying jbash patch to Makefile.am; make dist-rpm work again


svn:r2682
parent b56ef496
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -17,8 +17,10 @@ dist-rpm: dist
	    mkdir /tmp/tor-rpm-build/$$subdir;		 \
	done
	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/* .
	rpmbuild -ba --define '_topdir /tmp/tor-rpm-build' tor.spec
	mv /tmp/tor-rpm-build/SRPMS/* .
	mv /tmp/tor-rpm-build/RPMS/*/* .
	rm -rf /tmp/tor-rpm-build

doxygen:
	doxygen && cd doc/doxygen/latex && make