www/Makefile

changeset 81
aad866b2bcea
parent 36
4b829f689d7e
child 110
0f128201a031
--- a/www/Makefile	Wed Nov 07 22:52:39 2018 +0100
+++ b/www/Makefile	Thu Nov 08 19:57:32 2018 +0100
@@ -3,15 +3,16 @@
 
 include ../Makefile.global
 
-SRC		= getfermenter.php getnode.php config.php.dist index.php \
-		  inv_fermentables.php  inv_hops.php  inv_mash_profiles.php  \
-		  inv_miscs.php  inv_suppliers.php  inv_water_profiles.php  \
-		  inv_water_sources.php  inv_yeasts.php inv_equipments.php \
-		  inv_styles.php \
-		  mon_brewer.php mon_fermenter.php mon_node.php
+SRC		= config.php.dist gethopsources.php getyeastsources.php inv_hops.php \
+	    	  inv_waters.php mon_node.php rec_edit.php version.php gen_about.php \
+     		  getmiscsources.php index.php inv_instock.php inv_yeasts.php \
+	      	  profile_mash.php rec_main.php getfermentablesources.php getnode.php \
+	 	  inv_equipments.php inv_miscs.php mon_brewer.php profile_styles.php \
+		  rec_new.php getfermenter.php getwatersources.php inv_fermentables.php \
+		  inv_suppliers.php mon_fermenter.php profile_water.php rec_print.php
 SUB		= version.php.in images/* css/* jqwidgets/* jqwidgets/styles/* \
 		  jqwidgets/styles/images/* jqwidgets/globalization/* js/* \
-		  includes/*
+		  includes/* fpdf/* import/*
 OTHER		= Makefile
 
 #############################################################################

mercurial