diff options
| author | Bdale Garbee <bdale@gag.com> | 2014-06-24 21:31:53 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2014-06-24 21:31:53 -0600 |
| commit | 6986da4407ac53e267b95abb1848211ea9d32b41 (patch) | |
| tree | b27b296e48d2463989227c3e4ddeddf9e5600677 /doc/Makefile | |
| parent | 5f6059a9273dfe557145a9f620db81693f3bc27e (diff) | |
| parent | 237472e1b98283a82c674bb48c0347189d9d37bf (diff) | |
Merge branch 'branch-1.4' of ssh://git.gag.com/scm/git/fw/altos into branch-1.4
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 254e63c4..c39450c7 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -15,7 +15,8 @@ RELNOTES=\ release-notes-1.3.html \ release-notes-1.3.1.html \ release-notes-1.3.2.html \ - release-notes-1.4.html + release-notes-1.4.html \ + release-notes-1.4.1.html PICTURES=\ altosui.png \ @@ -107,6 +108,9 @@ distclean: altusmetrum.html: $(RELNOTES_XSL) $(IMAGES) altusmetrum.pdf: $(RELNOTES_XSL) $(IMAGES) +telegps.html: $(RELNOTES_XSL) $(IMAGES) +telegps.pdf: $(RELNOTES_XSL) $(IMAGES) + $(PDF): $(FOSTYLE) $(TEMPLATES) indent: altusmetrum.xsl |
