Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/doc/bootstrap: Generate cygwin.txt, cygwin-optional.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Mar 12, 2020
1 parent 47e4395 commit d95e51a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/doc/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mkdir -p "$OUTPUT_DIR"

shopt -s extglob

for SYSTEM in debian fedora; do
for SYSTEM in debian fedora cygwin; do
SYSTEM_PACKAGES=$(echo $(${STRIP_COMMENTS} build/pkgs/$SYSTEM.txt))
for PKG_SCRIPTS in build/pkgs/*; do
if [ -d $PKG_SCRIPTS ]; then
Expand Down
1 change: 0 additions & 1 deletion src/doc/en/installation/cygwin-optional.txt

This file was deleted.

1 change: 0 additions & 1 deletion src/doc/en/installation/cygwin.txt

This file was deleted.

0 comments on commit d95e51a

Please sign in to comment.