GNOME Bugzilla – Bug 702566
Building system-admin-guide fails
Last modified: 2013-06-18 15:23:48 UTC
custom-session.page is specified as an build target. However, it was deleted. To build successfully system-admin-guide, we need to remove the page from the HELP_FILES list in Makefile.am. The following message is an extract from the build log: ---------------- Making all in system-admin-guide make[1]: Entering directory `/opt/gnome/checkout/gnome-user-docs/system-admin-guide' make[1]: *** No rule to make target `C/custom-session.page', needed by `all'. Stop. make[1]: Leaving directory `/opt/gnome/checkout/gnome-user-docs/system-admin-guide' make: *** [all-recursive] Error 1 ----------------
Created attachment 247156 [details] [review] sysadmin: Update HELP_FILES list
Review of attachment 247156 [details] [review]: Hi, please do not add the pages which are not in the Makefile because some of those are not going to go in to the guide. Only remove the page which is now missing.
Created attachment 247162 [details] [review] sysadmin: Remove missing file from HELP_FILES list I see. I've updated the patch to remove just the file entry from the list. Thank you for the review.
Comment on attachment 247162 [details] [review] sysadmin: Remove missing file from HELP_FILES list Pushed to master in commit 9d0362143f84723cbcb0b08d91aae18221cbe1e5 Thanks for the patch!