diff --git a/debian/gregoriotex.docs b/debian/gregoriotex.docs index 76535e863..9f9dfb5fa 100644 --- a/debian/gregoriotex.docs +++ b/debian/gregoriotex.docs @@ -1,2 +1,3 @@ fonts/README.md -doc/GregorioRef-*.pdf +doc/GregorioRef.pdf +doc/GregorioNabcRef.pdf diff --git a/doc/Makefile.am b/doc/Makefile.am index b6b9a8018..42a58014f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -26,34 +26,34 @@ NABCSRCFILES = GregorioNabcRef.tex veni.gabc # I know these rules look wrong, but they must not depend on anything that # gets generated or make distcheck will fail. -GregorioRef-@FILENAME_VERSION@.pdf: $(SRCFILES) +GregorioRef.pdf: $(SRCFILES) $(MAKE) $(AM_MAKEFLAGS) -C ../src gregorio ../src/gregorio -o factus.gtex $( for general documentation,\n\ -GregorioRef-" FILENAME_VERSION ".pdf and GregorioNabcRef-" FILENAME_VERSION ".pdf for full documentation.\ +GregorioRef.pdf and GregorioNabcRef.pdf for full documentation.\ \n")); } diff --git a/windows/gregorio.iss b/windows/gregorio.iss index 5aea4806f..56a29edee 100644 --- a/windows/gregorio.iss +++ b/windows/gregorio.iss @@ -57,10 +57,8 @@ Source: "../CHANGELOG.md"; DestDir: "{app}"; Source: "../README.md"; DestDir: "{app}"; Source: "../CONTRIBUTORS.md"; DestDir: "{app}"; Source: "../UPGRADE.md"; DestDir: "{app}"; -; PARSE_VERSION_FILE_NEXTLINE -Source: "../doc/Gregorio*Ref-4_1_3.pdf"; DestDir: "{app}"; -; PARSE_VERSION_FILE_NEXTLINE -Source: "../doc/Gregorio*Ref-4_1_3.pdf"; DestDir: "{app}\texmf\doc\luatex\gregoriotex"; +Source: "../doc/Gregorio*Ref.pdf"; DestDir: "{app}"; +Source: "../doc/Gregorio*Ref.pdf"; DestDir: "{app}\texmf\doc\luatex\gregoriotex"; Source: "../COPYING.md"; DestDir: "{app}"; Source: "../contrib/system-setup.bat"; DestDir: "{app}"; Source: "../contrib/*"; DestDir: "{app}\contrib"; Excludes: "Makefile*,TeXShop\*,*.command";