mirror of https://github.com/neutrinolabs/xrdp
third_party: Add Makefile to generate copyright file
This commit is contained in:
parent
2c5940f0a0
commit
68555abe74
|
@ -0,0 +1,8 @@
|
|||
|
||||
copying: copying_third_party.h
|
||||
|
||||
copying_third_party.h:
|
||||
bin2c copying_third_party < COPYING-THIRD-PARTY > copying_third_party.h
|
||||
|
||||
clean:
|
||||
rm -f copying_third_party.h
|
|
@ -20,5 +20,5 @@ adding new third-party libraries.
|
|||
1. Install [adobe/bin2c](https://github.com/adobe/bin2c) to your development
|
||||
environment
|
||||
2. Write all third-party license terms to `COPYING-THIRD-PARTY`
|
||||
3. Run `make copying` to generate `copying_third_party.h`
|
||||
3. Run `make -f Makefile.copying` to generate `copying_third_party.h`
|
||||
4. Commit generated `copying_third_party.h`
|
||||
|
|
Loading…
Reference in New Issue