Browse Source

fix makefile tarball target removing images in pdf format

remotes/karagrat/master
Romain Goffe 12 years ago
parent
commit
acb5d95a3b
  1. 3
      makefile
  2. 3
      utils/release.sh

3
makefile

@ -91,9 +91,8 @@ $(PDF): %.pdf: %.tex %.aux
$(CHORDS): $(CHORDS_SRC) $(CHORDS): $(CHORDS_SRC)
$(MAKE_CHORDS) -o $@ $(MAKE_CHORDS) -o $@
archive: clean archive: cleanall
tar -czvf songbook.tar.gz \ tar -czvf songbook.tar.gz \
--exclude=*pdf \
--exclude-vcs \ --exclude-vcs \
--exclude=$(BOOKS_DIR)/default.sb \ --exclude=$(BOOKS_DIR)/default.sb \
--exclude=perso/* --exclude=perso \ --exclude=perso/* --exclude=perso \

3
utils/release.sh

@ -53,7 +53,7 @@ fi;
#build all songbooks #build all songbooks
rm -f *.d rm -f *.d
make cleanall make archive
make naheulbeuk.pdf make naheulbeuk.pdf
make volume-1.pdf make volume-1.pdf
make volume-2.pdf make volume-2.pdf
@ -64,7 +64,6 @@ make english.pdf
make french.pdf make french.pdf
make songbook.pdf make songbook.pdf
make lyricbook.pdf make lyricbook.pdf
make archive
git status git status

Loading…
Cancel
Save