X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=52549045943cb1c71b84b33c03c67d0e85c2b890;hb=HEAD;hp=c29a13eb51a125af47f9ede6a2d557671b67806e;hpb=e90ee32bb82dd165549df059e613d64643b41e89;p=ipfire.org.git diff --git a/Makefile.am b/Makefile.am index c29a13eb..95220c2e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -262,13 +262,21 @@ templates_fireinfo_modules_DATA = \ templates_fireinfo_modulesdir = $(templates_fireinfodir)/modules templates_location_DATA = \ - src/templates/location/download.html \ - src/templates/location/how-to-use.html \ src/templates/location/index.html \ - src/templates/location/lookup.html + src/templates/location/install.html \ + src/templates/location/lookup.html \ + src/templates/location/report-a-problem.html templates_locationdir = $(templatesdir)/location +templates_location_how_to_use_DATA = \ + src/templates/location/how-to-use/cli.html \ + src/templates/location/how-to-use/dns.html \ + src/templates/location/how-to-use/index.html \ + src/templates/location/how-to-use/python.html + +templates_location_how_to_usedir = $(templates_locationdir)/how-to-use + templates_lists_DATA = \ src/templates/lists/index.html @@ -1007,6 +1015,7 @@ static_img_DATA = \ src/static/img/bash-logo.svg \ src/static/img/debian-logo.svg \ src/static/img/default-avatar.jpg \ + src/static/img/fdroid-logo.svg \ src/static/img/ipfire-tux.png \ src/static/img/iuse-not-found.png \ src/static/img/kyberio-logo.svg \