diff options
author | 2008-10-21 06:27:57 +0000 | |
---|---|---|
committer | 2019-06-09 17:54:33 +0300 | |
commit | d589e57a2bf5a4e0c68b3e8997ff02b932d0cb1f (patch) | |
tree | 8d13aa3838f5ae2ee45a6f40c66f8256eedfd80e /scripts/texlive/tlpsrc/Makefile | |
parent | no need to block floatflt since its gone, thanks to Lukács, Árpád <lukacs.... (diff) | |
download | tex-d589e57a2bf5a4e0c68b3e8997ff02b932d0cb1f.tar.gz tex-d589e57a2bf5a4e0c68b3e8997ff02b932d0cb1f.tar.bz2 tex-d589e57a2bf5a4e0c68b3e8997ff02b932d0cb1f.zip |
generate doclist and srclist for tl-core tlpobjs too and make latexextra block ppower4 as they collide
svn path=/; revision=365
Diffstat (limited to 'scripts/texlive/tlpsrc/Makefile')
-rw-r--r-- | scripts/texlive/tlpsrc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/texlive/tlpsrc/Makefile b/scripts/texlive/tlpsrc/Makefile index 05e14a2..5d404f4 100644 --- a/scripts/texlive/tlpsrc/Makefile +++ b/scripts/texlive/tlpsrc/Makefile @@ -112,7 +112,7 @@ clean: echo "IUSE=\"\"" >> $@ -cat $(@:%.ebuild=%.extraebuild) >> $@ -dist: lists $(VERSIONNED_ZIPS) +dist: lists $(VERSIONNED_ZIPS) $(EXTRA_DIST:%=%.doclist) $(EXTRA_DIST:%=%.srclist) $(MAKE) CONTENTS="$(EXTRA_ZIP)" -f Makefile-dist versionnedzips -ebuild $(TEXLIVE_OVERLAY_LOCATION)/app-text/texlive-core/texlive-core-$(TEXLIVE_VERSION).ebuild digest |