]> git.ipfire.org Git - ipfire.org.git/blobdiff - Makefile.am
wiki: Add file gallery and allow uploading files
[ipfire.org.git] / Makefile.am
index b6c8025c3462c09bdcce6e42afaea4577f491e7a..1e5d43cfc3681e80bc4e4a78a3dab9cc282f0332 100644 (file)
@@ -106,7 +106,10 @@ templates_DATA = \
 templatesdir = $(datadir)/templates
 
 templates_auth_DATA = \
-       src/templates/auth/login.html
+       src/templates/auth/activate.html \
+       src/templates/auth/login.html \
+       src/templates/auth/register.html \
+       src/templates/auth/register-success.html
 
 templates_authdir = $(templatesdir)/auth
 
@@ -259,10 +262,16 @@ templates_wiki_DATA = \
        src/templates/wiki/edit.html \
        src/templates/wiki/page.html \
        src/templates/wiki/recent-changes.html \
-       src/templates/wiki/revisions.html
+       src/templates/wiki/revisions.html \
+       src/templates/wiki/search-results.html
 
 templates_wikidir = $(templatesdir)/wiki
 
+templates_wiki_files_DATA = \
+       src/templates/wiki/files/index.html
+
+templates_wiki_filesdir = $(templates_wikidir)/files
+
 templates_wiki_modules_DATA = \
        src/templates/wiki/modules/list.html \
        src/templates/wiki/modules/navbar.html
@@ -287,10 +296,12 @@ CLEANFILES += \
 static_DATA = \
        src/static/favicon.ico \
        src/static/robots.txt \
+       src/scss/fonts.css \
        src/scss/listing.css \
        src/scss/main.css
 
 CLEANFILES += \
+       src/scss/fonts.css \
        src/scss/listing.css \
        src/scss/main.css
 
@@ -949,6 +960,10 @@ SED_PROCESS = \
 %: %.in Makefile
        $(SED_PROCESS)
 
+%.css: _%.scss Makefile
+       $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
+               $(SASSC) --style compressed $< > $@
+
 %.css: %.scss Makefile
        $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
                $(SASSC) --style compressed $< > $@