fixed old stuff in makefile
This commit is contained in:
@@ -3,33 +3,7 @@
|
||||
## 1 2 3 4 5 6 7 8
|
||||
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
|
||||
|
||||
EXTRA_DIST = debian bootstrap.sh
|
||||
|
||||
dist_bin_SCRIPTS = setup-debootstrap.sh
|
||||
|
||||
deb: distdir
|
||||
cd ${distdir} && dpkg-buildpackage
|
||||
MAINTAINERCLEANFILES = makefile.in
|
||||
|
||||
distclean-local:
|
||||
-rm -rf ${distdir}
|
||||
|
||||
clean-local:
|
||||
- rm README.debian
|
||||
- rm @PACKAGE_NAME@-dev_@PACKAGE_VERSION@-*.deb \
|
||||
@PACKAGE_NAME@_@PACKAGE_VERSION@*.changes \
|
||||
@PACKAGE_TARNAME@_@PACKAGE_VERSION@*.tar.gz \
|
||||
@PACKAGE_NAME@_@PACKAGE_VERSION@*.dsc \
|
||||
@PACKAGE_NAME@_@PACKAGE_VERSION@*.deb
|
||||
|
||||
distclean-local:
|
||||
- rm -r ${top_builddir}/@DOC_DIR@/html/*
|
||||
- rm -r ${top_builddir}/@DOC_DIR@/latex/*
|
||||
- rm makefile makefile.in doxygen.err libmrw.doxytag
|
||||
- find . -name '*~' | xargs rm
|
||||
- rm -rf autom4te.cache SPECS RPMS BUILD BUILDROOT SRPMS
|
||||
- rm aclocal.m4 config.guess config.sub configure \
|
||||
depcomp install-sh ltmain.sh makefile makefile.in \
|
||||
missing mkinstalldirs
|
||||
- rm -r @PACKAGE_NAME@-@PACKAGE_VERSION@
|
||||
|
||||
MAINTAINERCLEANFILES = debian/control
|
||||
|
Reference in New Issue
Block a user