Commit 6aed3b52 authored by Matteo Quintiliani's avatar Matteo Quintiliani
Browse files

Added dist-hook rule and dist_doc_DATA


git-svn-id: file:///home/quintiliani/svncopy/nmxptool/trunk@879 3cd66e75-5955-46cb-a940-c26e5fc5497d
parent a09e2338
Loading
Loading
Loading
Loading
+10 −1
Original line number Original line Diff line number Diff line
# mtheo
# mtheo


SUBDIRS = src
SUBDIRS = src
dist_doc_DATA = README
dist_doc_DATA = BUGS HISTORY README earthworm seiscomp_templates makefile.sol makefile.ux

EWMAKEFILESOL=earthworm/makefile.ux.nognu
EWMAKEFILEUX=earthworm/makefile.ux.nognu

dist-hook:
	ln -f -s ${EWMAKEFILESOL} makefile.sol
	ln -f -s ${EWMAKEFILEUX} makefile.ux
	rm -rf `find $(distdir)/earthworm -name CVS`
	rm -rf `find $(distdir)/seiscomp_templates -name CVS`


# http://www.gnu.org/software/automake/manual/html_node/Extending.html#Extending
# http://www.gnu.org/software/automake/manual/html_node/Extending.html#Extending
clean-local:
clean-local: