X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=Makefile.am;h=52549045943cb1c71b84b33c03c67d0e85c2b890;hb=HEAD;hp=920b3efbe3835759c0b52795eff2f91051d5fba9;hpb=1af3577fdec1f83290087cb5e6a301d073c3eb28;p=ipfire.org.git diff --git a/Makefile.am b/Makefile.am index 920b3efb..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/how-to-use.html \ src/templates/location/index.html \ src/templates/location/install.html \ - src/templates/location/lookup.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 \