Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: third_party/xdg-utils/scripts/HACKING

Issue 151098: Patch from mdm@google.com... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/xdg-utils/install-sh ('k') | third_party/xdg-utils/scripts/Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/xdg-utils/scripts/HACKING
===================================================================
--- third_party/xdg-utils/scripts/HACKING (revision 0)
+++ third_party/xdg-utils/scripts/HACKING (revision 0)
@@ -0,0 +1,17 @@
+Note that the actual scripts are generated from xdg-*.in,
+xdg-utils-common.in and desc/xdg-*.xml which contains the
+command line descriptions. These are the files that you
+want to edit. To add a new script, you must also provide
+a desc/xdg-*.xml file.
+
+DO NOT MAKE CHANGES TO THE GENERATED SCRIPTS THEMSELVES!
+
+Use 'make scripts-clean' to delete all generated files and use
+'make scripts' to re-generate them.
+
+The manual files in man/ and html/ are also generated from the
+desc/xdg-*.xml files.
+
+Use 'make scripts html man' to update all generated files
+
+Use 'make release' to remove everything but the generated files.
« no previous file with comments | « third_party/xdg-utils/install-sh ('k') | third_party/xdg-utils/scripts/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698