-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from pdowler/master
makefile tweaks for correct publish
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# ivoatex Makefile. The ivoatex/README for the targets available. | ||
#AUTHOR_EMAIL = [email protected] | ||
#IVOA_GROUP = TCG | ||
|
||
# short name of your document (edit $DOCNAME.tex; would be like RegTAP) | ||
DOCNAME = IVOAArchitecture | ||
|
@@ -20,7 +22,8 @@ SOURCES = $(DOCNAME).tex | |
FIGURES = | ||
|
||
# List of PDF figures (for vector graphics) | ||
VECTORFIGURES = archdiag0.pdf archdiag1.pdf archdiag2.pdf | ||
VECTORFIGURES = archdiag0.pdf archdiag1.pdf archdiag2.pdf \ | ||
ivoa-arch-apps.pdf ivoa-arch-auth.pdf ivoa-arch-dal.pdf ivoa-arch-dm.pdf ivoa-arch-gws.pdf | ||
|
||
# Additional files to distribute (e.g., CSS, schema files, examples...) | ||
AUX_FILES = | ||
|