Changeset 845 for branches/replacing_gnuplot/README.developer
- Timestamp:
- Nov 16, 2009, 11:27:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/replacing_gnuplot/README.developer
r784 r845 96 96 97 97 98 === yat library === 99 100 Directory `lib/yat/` contains some files from the yat library. These 101 files are not owned by svndigest and should not (if possible) be 102 edited here. For more details please see `lib/yat/README`. 103 98 104 === Output file structure === 99 105 … … 109 115 StatsType. Images for different Authors are identical and therefore 110 116 shared between authors. 111 112 113 === Create a distribution ===114 115 Create a distribution package with `make dist`. Remember to test116 the package with `make distcheck`. If required packages are installed117 in non-standard locations you need to pass this information to118 `distcheck`. This is done by using the variable119 DISTCHECK_CONFIGURE_FLAGS as120 121 `DISTCHECK_CONFIGURE_FLAGS="[OPTION]..." make distcheck`122 123 Usually you need to set DISTCHECK_CONFIGURE_FLAGS to whatever options124 you pass to configure.125 117 126 118
Note: See TracChangeset
for help on using the changeset viewer.